FormMethod Property

Specifies the HTTP method used to submit data in a form to a server. The defined values are: -get: HTTP get method. -post: HTTP post method. -a value of type string These values are not case sensitive. The default value for this attribute is get.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public string Method { get; set; }

Property Value

String

See Also